aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user/[user]/+page.svelte
Commit message (Collapse)AuthorAgeFilesLines
* refactor(colours): tokenise card shadows and scrimsFuwn9 days1-2/+2
| | | | | | | | | | | Introduce --shadow-card, --shadow-card-emphasized, --shadow-cta, --scrim, --scrim-soft, and --scrim-banner. Migrate 14 inline literals (card.css, input.css, Notification, MediaRoulette, the two Landing CTA buttons, the popup overlay, the palette and roulette scrims, three identity banners, the user profile cover art shadow) onto the tokens, with light/dark adaptation handled by the existing prefers-color-scheme blocks instead of duplicated inline. Two single-use Landing demo-focus values stay inline.
* fix(profile): restore owner controls for new accountsFuwn2026-03-271-14/+26
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-88/+93
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+2
|
* chore(biome): enable svelte formattingFuwn2026-03-011-128/+128
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-2/+2
|
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-231-1/+3
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-11/+11
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-7/+8
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-9/+9
|
* deps(svelte): Migrate to Svelte 5 with compatibility modeFuwn2026-01-221-3/+8
|
* format: Apply Prettier formattingFuwn2025-12-151-16/+11
|
* style(src): Remove self-closing tags with attributesFuwn2025-06-231-2/+2
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-7/+7
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+7
|
* revert: Clean up easter eventFuwn2025-04-211-4/+1
|
* feat(EasterEgg): Add more eggsFuwn2025-04-191-1/+4
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-538/+538
|
* feat(graphql): add badgeCount fieldFuwn2024-10-081-2/+2
|
* feat(user): live update for mutationsFuwn2024-10-061-6/+30
|
* feat(user): use preferences graphl apiFuwn2024-10-061-51/+76
|
* feat(badges): move badge operations to graphqlFuwn2024-10-061-1/+1
|
* feat(user): move profile page badges to graphqlFuwn2024-09-281-16/+13
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* feat(settings): data saverFuwn2024-08-221-1/+4
|
* refactor(Database): move Supabase user modules to User moduleFuwn2024-07-251-3/+3
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* refactor(badges): move category toggle to scriptFuwn2024-05-271-14/+14
|
* feat(hololive): parallax image for thumbnailsFuwn2024-05-271-1/+1
|
* feat(badges): use array for pinned categoriesFuwn2024-05-051-17/+12
|
* feat(user): drag and drop pinned categoriesFuwn2024-05-051-2/+91
|
* feat(user): pinned category uiFuwn2024-05-041-5/+64
|
* fix(user): display anilist usernameFuwn2024-05-011-1/+1
|
* feat(badges): allow awc badges hidingFuwn2024-04-281-0/+14
|
* refactor(lib): move componenets to modulesFuwn2024-04-211-1/+1
|
* feat(user): pinned tooltip for avatarFuwn2024-04-201-7/+9
|
* feat(user): hololive badges pinned tooltipFuwn2024-04-201-6/+14
|
* feat(user): parallax hololive badgesFuwn2024-04-201-7/+4
|
* feat(user): user parallax imageFuwn2024-04-201-5/+6
|
* fix(user): use full profile content widthFuwn2024-04-131-1/+5
|
* feat(user): biography optionFuwn2024-04-131-0/+29
|
* feat(user): markdown biographyFuwn2024-04-131-1/+8
|
* feat(user): more custom css examplesFuwn2024-04-031-1/+1
|
* feat(user): custom css examplesFuwn2024-04-031-1/+7
|
* feat(badges): custom cssFuwn2024-04-021-0/+17
|
* fix(user): hololive badges overflowFuwn2024-03-201-1/+2
|
* feat(user): biographyFuwn2024-03-201-1/+9
|
* fix(user): show hololive when not authenticatedFuwn2024-02-241-2/+2
|
* refactor(user): ids to classesFuwn2024-02-191-12/+11
|
* refactor(user): static classesFuwn2024-02-191-1/+1
|